home *** CD-ROM | disk | FTP | other *** search
/ Game On / Game_On_92-12_1992_-_de_Side_A.d64 / think cross.pwd (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  414b  |  12 lines

  1. 100 data custom,master,future,dorado,greece,flames,animal,epopee,jaguar,matrix
  2. 110 data wizard,catgut,firing,ladder,firkin,sphinx,typist,voyage,palace,decade
  3. 120 data armada,estate,gopher,kernel,jumper,groove,hiphop,offset,suineg,*
  4. 130 dima$(30):e=1
  5. 140 reada$(e):ifa$(e)="*"goto160
  6. 150 e=e+1:goto140
  7. 160 poke53280,6:poke53281,6:print"[147] think cross-codewords by the sir":print
  8. 170 fori=1toe-1
  9. 180 printstr$(i*5);spc(4-len(str$(i*5)));" : "+a$(i),
  10. 190 next
  11. 200 goto200
  12.